html, body {
    font: 16px Microsoft YaHei;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, dl, dd, dt, ul, ol, li, body {
    margin: 0;
    padding: 0;
}

ul, ol, dl, dd, dt {
    list-style: none;
}

input, button, textarea {
    outline: none;
    font-family: Microsoft YaHei;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cl:after, .content:after {
    content: " ";
    display: block;
    clear: both;
}

.main{width: 1200px;margin: auto;}
.header {width: 100%; height: 40px;line-height: 40px;font-size: 14px; color: #666; border-bottom:1px solid #EBEBEB;}
.header p { float:left;}
.header ol { float: right;}
.header ol li{ float: left;padding-left: 20px;}
/* header */
.h-top{
    line-height: 40px;
    font-size: 12px;
    color:#3a3a3a;
    background: #F2F2F2;
}
.h-top-rt span{
    display: inline-block;
    font-size: 16px;
    color:#d9000e;
    margin-right: 20px;
}
.h-top-rt a{
    display: inline-block;
    color:#3a3a3a;
}
.h-top-rt a:hover{
    color:#d9000e;
}
.h-top-rt img{
    display: inline-block;
    margin: -2px 10px 0;
}
.h-logo{
    background: url(../img/h-logo.png) no-repeat top;
	height:120px;
	width:1200px;
	margin:0px auto;
}
.h-logo span{float:right; margin-top:30px;}
.h-nav{
    background: #271473;
}
.h-nav-mainMenu>li{
    position: relative;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 170px;
}
.h-nav-mainMenu>li>a{
    display: block;
    color:#fff;
}
.h-nav-mainMenu>li.show,
.h-nav-mainMenu>li:hover{
    background: #F68000;
}
.h-nav-subMenu{
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: #271473;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease;
}
.h-nav-subMenu a{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color:#fff;
    transition: all .3s ease;
}
.h-nav-subMenu a:hover{
    background:#F68000;
}
.h-nav-box{
    position: absolute;
    left: -235px;
    top: 50px;
    width: 1000px;
    padding: 10px 0;
    background: #271473;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.h-nav-list{
    float: left;
    width: 160px;
    text-align: left;
}
.h-nav-box a{
    display: block;
    line-height: 30px;
    color:#fff;
    padding-left: 20px;
    font-size: 14px;
}
.h-nav-tt a{
    font-size: 16px;
    line-height: 36px;
}
.h-nav-tt a:hover,
.h-nav-box ul a:hover{
    background: #271473;
}
.h-nav-mainMenu>li:hover .h-nav-subMenu,
.h-nav-mainMenu>li:hover .h-nav-box{
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
/* banner */
.banner {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.b_img li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    transition: all .5s ease;
}

.b_img li.index {
    opacity: 1;
    z-index: 10;
}

.b_img img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.b_index {
    position: absolute;
    left: 50%;
    bottom: 35px;
    z-index: 50;
    margin-left: -39px;
}

.b_index li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    border-radius: 50%;
    background: #271473;
    transition: all .5s ease;
    cursor: pointer;
}

.b_index li.show {
    background: #FF6600;
}
.main_tt {
    position: relative;
    font-size: 30px;
    text-align: center;
    color: #030303;
}

.product {
    padding: 50px 0 30px;
}

.index_product_list {
    position: relative;
    height: 100px;
	padding-top:20px;

}

.product_list_box {
    margin: 0 36px;
    width: 1108px;
    height: 100px;
    overflow: hidden;
}

.product_list_box ul {
    position: relative;
    width: 2000px;
}

.product_list_box li {
    position: relative;
    float: left;
    margin: 0 10px;
}
.product_list_box li img{
   width: 164px;
    height:80px;
	border: 1px solid #ebebeb;
}
.product_list_box_t{
    position: absolute;
    bottom:-30px;
    left: 0;
    width: 100%;
    height: 36px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    color:#fff;
    background: #271473;
    transition: all .5s ease;
}
.product_list_box li:hover .product_list_box_t{
    line-height: 30px;
	background: #FF6600;
	text-align: center;
    color:#fff;
	
}
.product_btn {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.product_btn_l {
    left: 0;
    background: url(../img/product_btn_icon.png) no-repeat 0 0;
}

.product_btn_l:hover {
    background: url(../img/product_btn_icon.png) no-repeat 0 -80px;
}

.product_btn_r {
    right: 0;
    background: url(../img/product_btn_icon.png) no-repeat 0 -40px;
}

.product_btn_r:hover {
    background: url(../img/product_btn_icon.png) no-repeat 0 -120px;
}
.about{
    height: 380px;
    margin:0px 0 20px;
    overflow: hidden;
}
.about_box{
    width: 1200px;
}
.about_pic{
    position: absolute;
    width:448px;
    height: 334px;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.about_pic img{
    width: 100%;
}
.about_text{
    position: absolute;
    width: 1020px;
    height: 480px;
    right: 0;
    bottom: 0;
    padding: 40px 30px;
    box-sizing: border-box;
    background: #271473;
    color:#fff;
}
.about_tt{
    position: relative;
    font-size: 40px;
    font-family: Arial;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.about_detail{
    width: 566px;
    font-size: 16px;
    line-height: 34px;
    text-align: justify;
    margin-top: 6px;
    margin-bottom: 29px;
}
.about_detail span{
    font-size: 24px;
    color:#FFCC00;
    weight:bold;
}
.about_text a{
    display: block;
    width: 212px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
    color:#fff;
    border-radius: 5px;
    border: solid 2px #ffffff;
    transition: all .5s ease;
}
.about_text a:hover{
    background: #fff;
    color: #fb9816;
}
/* footer */
.f-contact{
    font-size: 14px;
    padding: 50px 0;
    background: #F3F3F3;
}
.f-contact-service p{
    font-size: 16px;
    line-height: 30px;
    color:#fff;
}
.f-contact-service li a{
    display: block;
    color:  #b5b4b4;
    line-height: 26px;
}
.f-contact-service li a:hover{
    color:  #ff3300;
}
.f-contact-ewm{
    margin: 10px 60px 0 110px ;
}
.f-contact-ewm p{
    color:  #b5b4b4;
    margin-top: 10px;
    text-align: center;
}
.f-contact-list{
    color:  #fff;
    line-height: 30px;
}
.f-copyright{
    font-size: 14px;
    line-height: 42px;
    color:#fff;
    background: #271473;
}
.f-copyright a{
    color:#fff;
}

.f-copyright a:hover{
    color:#ffcc00;
}

.foot_contact {
    background: #F3F3F3;
    padding: 50px 0 50px;
    color: #333;
}
.contact_pic{
    margin: 0px 55px 0px 0px;
}

.contact_list{
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
}
.contact_list p{
    padding-left: 0px;
    margin: 0px 0;
}



/* main */
.main-line{
    position: relative;
    height: 25px;
    border-top: 1px solid #d7d7d7;
}
.main-box{
    position: absolute;
    top: -19px;
    left: 50%;
    height: 45px;
    line-height: 45px;
    background: #fff;
}


/* product */
.m-product{
    padding:0px 0 20px;
}
.m-product-title{
    font-size: 30px;
    text-align: center;
    color:#d9010f;
    margin-bottom: 35px;
}
.m-product .main-box{
    margin-left: -214px;
}
.m-product-input{
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    box-sizing: border-box;
    border:1px solid #a0a0a0;
}
.m-product-input span{
    margin:0 10px;
}
.m-product-input input{
    border: 0;
    width: 95px;
    box-sizing: border-box;
}

.m-product-sub{
    width: 78px;
    height: 32px;
    border:0;
    margin-left: 6px;
    background: #d9010f;
    color:#fff;
    vertical-align: top;
	cursor: pointer;
}
.m-product-bd{
    margin-top: 35px;
    overflow: hidden;
}
.m-product-bd ul{
    margin-right: -75px;
}
.m-product-bd li:after{
    display: block;
    clear: both;
    content: ' ';
}
.m-product-bd li{
    float: left;
    width: 350px;
    margin:0 75px 42px 0;
}
.m-product-pic{
    float: left;
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.m-product-pic img{
    width: 100%;
}
.m-product-text{
    float: left;
    width: 240px;
    padding: 0 0 0 12px;
    box-sizing: border-box;
}
.m-product-name a{
    display: block;
    line-height: 28px;
    color:#d9010f;
}
.m-product-name a:hover{
    color:#ff0000;
}
.m-product-infor a{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
}

.m-product-infor a:hover{
    font-size: 14px;
    color:#CC0000;
}




/* about */
.m-about{
    height:500px;
    padding: 20px 0 ;
    box-sizing: border-box;
    background: #F2F2F2;
}

.m-about-lf{
    width: 690px;
    color:#333;
	background:#FFFFFF;
	font-size: 14px;
    line-height:24px;
	padding:30px;
	height:260px;
}
.m-about-name{
    font-size: 24px;
    color:#271473;
    margin-bottom: 10px;
	font-weight:bold;
}
.m-about-infor{
    font-size: 14px;

}

/* container */
.m-container{
    padding: 60px 0;
}
.m-news{
    width: 720px;
}
.m-news .main-box{
    font-size: 20px;
    color:#fff;
    background: #000;
    padding: 0 16px;
    margin-left: -76px;
}

.m-news-bd li:after{
    display: block;
    clear: both;
    content: ' ';
}
.m-news-bd li{
    margin-top: 50px;
    cursor: pointer;
}
.m-news-timer{
    width: 90px;
    text-align: center;

}
.m-news-timer span{
    display: block;
    line-height: 60px;
    font-size: 35px;
    background: #efefef;
    transition: all .3s ease;
}
.m-news-timer p{
    line-height: 30px;
    font-size: 15px;
    color:#fff;
    background: #271473;
    transition: all .3s ease;
}
.m-news-bd li:hover .m-news-timer span{
    color:#fff;
    background: #ff6600;
}
.m-news-bd li:hover .m-news-timer p{
    background: #271473;
}
.m-news-article{
    padding: 4px 0;
    width: 600px;
    box-sizing: border-box;
}
.m-news-article h2 a{
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    transition: all .3s ease;
}
.m-news-article p a{
    display: block;
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    color: #6e6e6e;
    overflow: hidden;
    transition: all .3s ease;
}
.m-news-article h2 a:hover{
    color:#d9010f;
}
.m-news-article p a:hover{
    color:#000;
}


.m-honor{
    width: 384px;
}
.m-honor .main-box{
    font-size: 30px;
    color:#fff;
    background: #e60012;
    padding: 0 16px;
    margin-left: -82px;
}
.m-honor-bd{
    position: relative;
    margin-top: 53px;
    padding: 15px 73px ;
    background: #efefef;
}
.m-honor-box{
    overflow: hidden;
}
.m-honor-bd ul{
    position: relative;
    width: 1000px;
}
.m-honor-bd li{
    float: left;
    width: 238px;
    height: 337px;
    overflow: hidden;
}
.m-honor-bd li img{
    width: 100%;
}
.m-honor-btn p{
    position: absolute;
    top: 50%;
    width: 47px;
    height: 50px;
    margin-top: -25px;
    cursor: pointer;
}
.m-honor-lf{
    left: 0;
    background:#000 url(../img/m-honor-lf.png) no-repeat center ;
}

.m-honor-rt{
    right: 0;
    background:#000 url(../img/m-honor-rt.png) no-repeat center ;
}





.page_banner {
    overflow: hidden;
}

.page_banner img {
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.page_main {
    padding: 20px 0;
}

.page_left {
    width: 230px;
}

.page_left_tt {
    text-align: center;
    line-height: 90px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background: #271473;
}
.page_left_list>li {
    margin-top: 2px;
}

.page_left_list>li>a {
    display: block;
    line-height: 45px;
    padding-left: 20px;
    background: #F2F2F2 url(../img/page_list_icon.png) no-repeat 270px center;
    transition: all .3s ease;
}

.page_left_list>.page_list_first {
    border-top: 0;
}

.page_left_list>li.show>a, .page_left_list>li:hover>a {
    color: #fff;
    background: #271473 url(../img/page_list_icon.png) no-repeat 200px center;
}
.page_service_box{
    background: #fff;
    border: 1px solid #efefef;
    border-top: 0;
}
.page_service_box>li>a{
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    color:#333;
    border-top: 1px solid #efefef;
}
.page_service_box>li>a:hover{
    font-size: 14px;
	color:#CC0000;
}

.page_service_text{
    font-size: 14px;
    line-height: 24px;
}
.page_service_list ul{
    margin: 50px -10px;
}

.page_service_list li{
    float: left;
    font-size: 14px;
    width: 300px;
    margin: 10px 10px;
    line-height: 50px;
    box-sizing: border-box;
    background: #efefef;
}
.page_service_list li a{
    display: block;
}
.page_service_list li a:hover{
    color:#fd7507;
}
.page_service_list li i{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 10px 3px 15px;
    background: url(../img/icon.png) no-repeat center;
}

.page_right {
    width: 940px;
}
.page_right1 {
    width: 1200px;
}
.page_right_tt {
    font-size: 18px;
    padding-left: 20px;
    line-height: 44px;
    margin-bottom: 20px;
    background: #271473;
    color: #fff;
}

.page_right_tt p {
    font-size: 14px;
    margin-right: 20px;
}

.page_right_tt p a {
    color: #fff;
}

.page_right_tt p a:hover {
    color: #fd7507;
}

.page_about_text {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.page_technology_box ul {
    margin: 0 -10px;
}
.page_technology_pic{
    height: 212px;
    overflow: hidden;
}
.page_technology_pic img {
    width: 100%;
}

.page_technology_text a {
    display: block;
    text-align: center;
    line-height: 36px;
    background: #2F2F2F;
	color:#fff;
    box-sizing: border-box;
}

.news_list .page_technology_text {
    background: #fff;
}
.page_technology_box li:hover .page_technology_text a{
    background: #271473;
    color:#fff;
}
.news_btn {
    text-align: center;
    padding-bottom: 30px;
}

.news_btn i {
    display: inline-block;
    width: 37px;
    height: 7px;
    background: #d8dad9;
    margin-left: 6px;
    cursor: pointer;
}

.news_btn i.show, .news_btn i:hover {
    background: #01772b;
}

.page_technology_tt a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

.page_technology_tt:hover a {
    color: #01772b;
}

.page_technology_detail a {
    height: 58px;
    font-size: 12px;
    text-align: justify;
    color: #989999;
    margin-bottom: 5px;
    overflow: hidden;
}

.page_technology_detail a:hover {
    color: #333;
}

.page_btn {
    text-align: center;
    padding-top: 30px;
}

.page_btn a {
    display: inline-block;
    margin: 0 10px;
    padding: 0px 15px;
    background: #efefef;
    font-size: 14px;
    border-radius: 3px;
}

.page_btn a.show, .page_btn a:hover {
    background: #271473;
    color: #fff;
}

.page_join_box li {
    margin-bottom: 20px;
}

.page_join_tt {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 7px;
    background: #f3f3f3;
}

.page_join_list {
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    display: none;
}

.page_join_list h6 {
    font-weight: bold;
}

.page_product_box .page_technology_tt a {
    color: #01772b;
}
.page_right .m-news-bd li{
    margin-top: 20px;
}
.page_right .m-news-bd .m-news-article{
    width: 800px;
    padding-right: 50px;
}
.page_news_detail_box .page_news_detail_tt {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.page_news_detail_box .page_news_detail_text {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.page_news_detail_next {
    margin-top: 20px;
}

.page_news_detail_next p {
    font-size: 14px;
    line-height: 24px;
}

.page_news_detail_next a {
    margin: 0 5px;
}

.page_news_detail_next a:hover {
    color: #fd7507;
}
.page_honor_box ul {
    margin: 0 -13px;
}

.page_honor_box li {
    float: left;
    width: 220px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    margin: 0 5px 30px 14px;
    padding: 3px;
}

.case_list_img {
    width: 212px;
    height: 159px;
    overflow: hidden;
}

.case_list_img img {
    width: 212px;
	height: 159px;
}
.case_list_img1 {
    width: 212px;
    height: 100px;
    overflow: hidden;
}

.case_list_img1 img {
    width: 212px;
	height: 100px;
}
.case_list_text {
    font-size: 13px;
    line-height: 32px;
    text-align: center;

}

.case_list_text a {
    display: block;
    color: #fff;
    background: #271473;
    transition: all .5s ease;
}

.page_honor_box li:hover a {
    background:#ff6600;
}


.case_list li:hover a {
    background:#ff6600;
}

.page_parent_box li {
    height: 100px;
}

.page_parent_box li > a {
    height: 92px;
}

.page_b {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.page_b h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.page_b p {
    margin: 20px 0;
}
.page_b p span{
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 20px;
}
.page_b p.next {
    margin: 7px 0;
}

.page_b p input {
    width: 200px;
    line-height: 24px;
    padding-left: 5px;
}

.page_b p textarea {
    width: 500px;
    height: 120px;
    vertical-align: top;
    resize: none;
    padding: 5px;
}

.page_index {
    display: flex;
    justify-content: center;
}

.page_index a {
    margin: 20px 10px 0;
    padding: 7px 15px;
    background: #e0e0e0;
    font-size: 14px;
    border-radius: 3px;
}

.page_index a.show, .page_index a:hover {
    background: #e7a60b;
    color: #fff;
}

.sub, .res {
    width: 100px;
    line-height: 30px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s ease;
    margin-bottom: 25px;
}

.sub {
    background: #271473;
    margin-left: 100px;
}

.sub:hover {
    background: #271473;
}

.res {
    background: #271473;
}

.res:hover {
    background: #271473;
}

.page-download-tt{
    text-align: center;
    line-height: 40px;
    background: #efefef;
}

.page-download li{
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    background: none;
    border-bottom: 1px solid #efefef;
}
.page-download li span,
.page-download-tt span{
    display: inline-block;
}
.page-download-name{
    width: 50%;
}
.page-download-infor{
    width: 30%;
}
.page-download-timer,
.page-download-btn{
    width: 10%;
}
.news_nav {
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
}

.news_nav > a {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.news_nav > a.show {
    color: #fff;
    background: #01772B;
}
.page_service_box_first a{color:#CC3300!important; font-weight:bold;}

.news_nav {
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
}

.news_nav > a {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.news_nav > a.show {
    color: #fff;
    background: #01772B;
}
.page_service_box_first a{color:#CC3300!important; font-weight:bold;}

.news {
    padding: 30px 0 10px 0px;
}

.news_box ul {
    margin: 20px -14px 0;
}

.news_box li {
    float: left;
    width: 586px;
    margin: 14px;
}

.news_box li:after {
    display: block;
    content: " ";
    clear: both;
}

.news_pic {
    float: left;
    width: 90px;
    text-align: center;
    overflow: hidden;
}
.news_pic span{
    display: block;
    line-height: 60px;
    font-size: 35px;
    background: #efefef;
    transition: all .3s ease;
}
.news_pic p{
    line-height: 30px;
    font-size: 15px;
    color:#fff;
    background: #271473;
    transition: all .3s ease;
}
.news_box li:hover .news_pic span{
    color:#fff;
    background: #ff6600;
}
.news_box li:hover .news_pic p{
    background: #271473;
}
.news_text {
    float: left;
    width: 480px;
    padding: 0px 0px 20px 20px;
    box-sizing: border-box;
}

.news_text h2 a{
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    transition: all .3s ease;
}
.news_text p a{
    display: block;
    height: 62px;
    line-height: 22px;
    font-size: 12px;
    color: #6e6e6e;
    overflow: hidden;
    transition: all .3s ease;
}
.news_text h2 a:hover{
    color:#d9010f;
}
.news_text p a:hover{
    color:#000;

}
/***************** banner ****************/
.banner {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.banner_img li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    transition: all .5s ease;
}

.banner_img li.index {
    opacity: 1;
    z-index: 10;
}

.banner_img img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.banner_index {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    z-index: 50;
    text-align: center;
}

.banner_index li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background: url(../img/banner_icon.png) no-repeat 0 -12px;
    cursor: pointer;
}

.banner_index li.show {
    background: url(../img/banner_icon.png) no-repeat 0 0;
}
.product_list ul {
    margin: 0 -13px;
}

.product_list li {
    float: left;
    width: 220px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    margin: 0 5px 20px 14px;
    padding: 3px;
}

.product_list_img {
    width: 212px;
    height: 160px;
    overflow: hidden;
}

.product_list_img img {
    width: 212px;
    height: 160px;
}

.product_list_text {
    font-size: 13px;
    line-height: 32px;
    text-align: center;

}

.product_list_text a {
    display: block;
    color: #fff;
    background: #271473;
    transition: all .5s ease;
}

.product_list li:hover a {
    background:#ff6600;
}


.product_list1 ul {
    margin: 0 -13px;
}

.product_list1 li {
    float: left;
    width: 220px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    margin: 0 5px 20px 14px;
    padding: 3px;
}

.product_list_img1 {
    width: 212px;
    height: 160px;
    overflow: hidden;
}

.product_list_img1 img {
    width: 212px;
    height: 160px;
}

.product_list_text1 {
    font-size: 13px;
    line-height: 32px;
    text-align: center;

}

.product_list_text1 a {
    display: block;
    color: #fff;
    background: #271473;
    transition: all .5s ease;
}

.product_list1 li:hover a {
    background:#ff6600;
}

.page_index {
    text-align: center;
    margin-top: 30px;
}
.product_detail_info_l{
    position: relative;
    float: left;
    width: 250px;
}
.product_big{
    position: relative;
    height: 250px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 5px;
    overflow: hidden;
    cursor: move;
}
.product_detail_info_r{
    float: right;
    width: 390px;
}
.product_detail_info_name{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #008ad2;
    font-weight: bold;
}
.product_detail_info_text{
    font-size: 14px;
    line-height: 24px;
}
.product_detail_info_next{
    margin-top: 40px;
    font-size: 14px;
}
.product_detail_info_next p{
    height: 24px;
    line-height: 24px;
}
.product_detail_info_next p a:hover{
    color:#008ad2;
}
.product_title{width:100%; height:30px; line-height:30px;font-size:20px; color:#ff6600; font-weight:bold;}
.index_fo_main{padding-top:20px; padding-bottom:20px; background:#333333;}
.index_fo_main1{width:1200px; margin:0px auto; height:160px; background:url(../img/er.png) left center no-repeat;}
.index_fo{width:1200px; margin:0px auto ; padding:0px;}
.index_fo li{width:140px; float:left; border-right:1px solid #575757; text-align:center; }
.index_foot_title{width:100%;  line-height:30px; font-weight:bold; color:#fff; font-size:14px; border-right:1px solid #575757;}
.index_foot{margin:0px; padding:0px;}
.index_foot li{width:100%; height:24px; line-height:24px; float:left;}
.index_foot li a{color:#c8c8c8;}
.index_foot li a:hover{color:#fc0;}
.index_foot_right{line-height:32px; color:white; padding-left:320px; padding-top:18px; font-size:14px;}
.index_foot_right a{ color:white;}
.index_foot_right a:hover{ color:#fc0;}
.news-box .clear{clear: both;}
.news-box{
	width: 1200px;
	margin: 0px auto;
	padding-top:30px;
}
.news-box .newsL{
	float: left; 
	padding-right: 27px;
}
.news-box .newsL img{
	display: block;
	margin-bottom: 10px;
}
.news-box .newsL ul{
	 padding-left: 0px;
	 width:586px;
	 line-height:26px;
	 font-size: 14px;
}
.news-box .newsL ul li{
	background: url(../img/dot.png) no-repeat left center;
	padding-left: 10px;
	font-size: 14px;
	line-height: 45px;
	border-bottom: 1px dotted #ccc;
}
.news-box .newsL ul li span{float: right; color: #666; font-size: 14px;}

.news-box .newsR{
	float: right; 
}
.news-box .newsR img{
	display: block;
	margin-bottom: 10px;
}
.news-box .newsR ul{
	 padding-left: 0px;
	 width:586px;
	 
}
.news-box .newsR ul li{
	background: url(../img/dot.png) no-repeat left center;
	padding-left: 10px;
	font-size: 14px;
	line-height: 32px;
	border-bottom: 1px dotted #ccc;
}
.news-box .newsR ul li a{
  color:#333333;
}
.news-box .newsR ul li a:hover{
  color:#ff6600;
}
.news-box .newsR ul li span{float: right; color: #666; font-size: 14px;}
.news1 {
    padding: 30px 0 0px 0px;
}

.news_box1 ul {
    margin: 0px -20px 0;
}

.news_box1 li {
    float: left;
    width: 370px;
    margin: 20px;
}

.news_box1 li:after {
    display: block;
    content: " ";
    clear: both;
}

.news_pic1 {
    float: left;
    width: 210px;
	height:118px;

}
.news_pic1 span{
    display: block;
    line-height: 60px;
    font-size: 35px;
    background: #efefef;
    transition: all .3s ease;
}
.news_pic1 p{
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    background: #A55C3E;
    transition: all .3s ease;
}
.news_box1 li:hover .news_pic span{
    color:#fff;
    background: #D02932;
}
.news_box1 li:hover .news_pic p{
    background: #A55C3E;
}
.news_text1 {
    float: left;
    width: 160px;
	height:118px;
    box-sizing: border-box;
	background: #A55C3E;
	color:#FFFFFF;
}

.news_text1 h2 a{
    display: block;
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    transition: all .3s ease;
	text-align:center;
	padding-top:40px;
	color:#FFFFFF;
}
.news_text1 h2 a:hover{
	color:#ffcc00;
}
.can_box ul {
    margin: 0 -13px;
}

.can_box li {
    float: left;
    width: 25%;
    padding: 0 13px;
    margin: 20px 0 0px;
    box-sizing: border-box;
}

.can_pic {
    width: 280px;
    height: 130px;
    overflow: hidden;
}

.can_pic img {
    width: 100%;
}

.can_text {
    height: 160px;
    padding: 22px 18px;
    background: #eee;
    box-sizing: border-box;
    transition: all .3s ease;
}

.can_text_tt {
    font-size: 18px;
    margin-bottom: 7px;
    transition: all .3s ease;
	color:#0070C0;
	float:left;
}
.can_text_tt a{
    color: #0070C0;
	font-weight:bold;
}
.can_text_detail {
    font-size: 14px;
    line-height: 22px;
    transition: all .3s ease;
	float:left;
}
.can_text_detail a{
    color: #666;
	float:left;
}
.can_box li:hover .can_text {
    background:#E98900;
	float:left;
}

.can_box li:hover .can_text_tt a, .can_box li:hover .can_text_detail a{
    color: #fff;
}